home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / dev / lang / HeliOS4.lha / helios_demo_disk4 / docs / userinterface / DisplayColours.doc < prev    next >
Encoding:
Text File  |  1994-11-10  |  2.7 KB  |  68 lines

  1. ********************************
  2. The HeliOS screen uses 8 colours
  3. ********************************
  4.  
  5. This feature of HeliOS offers a more attractive program environment
  6. than the traditional four colour screen, and gives you more scope with
  7. graphical output to the HeliOS screen.
  8.  
  9. Since HeliOS uses interactive interpreted software output which often
  10. writes to the HeliOS screen display, the use of 8 colours gives more
  11. scope for creativity and experimentation.  This is a consideration quite
  12. alien to most Amiga programming systems which are dull and functional
  13. in terms of merely technical performance.
  14.  
  15. The use of 8 colours has brought a slight performance penalty within the
  16. interpreter, since the Amiga console device has rather slow text handling,
  17. but overall the benefits of having more colours outweigh the disadvantages.
  18.  
  19. Most modern Amigas have plenty of memory, so the extra graphics memory
  20. useage is not a serious consideration.
  21.  
  22.  
  23. *************
  24. Colour choice
  25. *************
  26.  
  27. There is a flexible colour selection and preset system within the HeliOS
  28. software, but inevitably selecting a set of colours which work well in all
  29. circumstances is difficult.
  30.  
  31. We have desiged the interface so that using different colours a reasonable
  32. appearance can be fairly easily maintained with a little care.
  33.  
  34. The idea is that there are three colours (Colours 0, 3 and 4) which form
  35. a graded intensity range within a given colour tone.  You can set these
  36. three colours to your own choice, preferably keeping the light, medium and
  37. dark colours as 0, 4 and 3, in that order.  Having set these colours it
  38. is quite easy to modify the remaining ones as required to maintain a nice
  39. harmonious appearance.
  40.  
  41. Of course you can change ALL the colours if you like.........
  42.  
  43. ************************
  44. The colour control panel
  45. ************************
  46.  
  47. The colour controls consist of a standard set of palette controls with
  48. RGB sliders, and a set of 5 preset colour palettes each of which can be
  49. changed and saved.
  50.  
  51. There is a save button to which saves all the current 5 palette preset
  52. colour settings along with the currently selected preset.
  53.  
  54. All colour configuration files saved can be reloaded at any time or used
  55. as a default startup colour configuration file.
  56.  
  57. See the "InitialSetup.doc" file for instructions on how to set up a startup
  58. default color file.
  59.  
  60. The RESET button on the colour control panel will reset the currently
  61. selected preset palette to its original HeliOS system default colours.
  62.  
  63. The UNDO button on the colour control panel will reset the currently
  64. selected preset palette to the colour settings it had before entering
  65. the colour control panel this time.
  66.  
  67. **************************************************************************
  68.